#####################
#Events by Andravius#
#############################
#Treatment of the Loyalists###########################
#event effects mitigated somewhat by alanC9 and Crook# 
######################################################

event = { 
	id = 70000 
	trigger = { 
		OR = { 
			event = 4994 #Little peace settlement# 
			event = 4995 } #Large peace settlement#
}
	random = no 
	country = USA 
	name = "EVENTNAME70000" 
	desc = "EVENTHIST70000" 
	style = 4 
	date = { day = 1 month = january year = 1773 } 
	offset = 0 
	deathdate = { day = 1 month = january year = 1819 } 

	action_a = {
		name = "ACTIONNAME70000A" 
		command = { type = relation which = ENG value = -50 } 
		command = { type = domestic which = aristocracy value = -1 } #Random population loss in provinces owned by the US# 
		command = { type = population which = -1 value = -500 } 
		command = { type = population which = -1 value = -500 }  
		command = { type = population which = -1 value = -500 } 
		command = { type = trigger which = 70001 } #Cause event to add population to the British Empire# 
		} 

	action_b = { 
		name = "ACTIONNAME70000B" 
		command = { type = relation which = ENG value = 50 } 
		command = { type = domestic which = aristocracy value = 1 } 
		command = { type = revoltrisk which = 24 value = 3 } 
		} 
} 


#The State of Franklin
event = { 
	id = 70002 
	trigger = { 
		OR = { 
			event = 4994
			event = 4995 }
		NOT = { event = 3057 } 
		owned = { province = 64 data = -1 } 
		control = { province = 64 data = -1 } 
		owned = { province = 65 data = -1 } 
		control = { province = 65 data = -1 } 
		owned = { province = 66 data = -1 } 
		control = { province = 66 data = -1 } 
		owned = { province = 56 data = -1 } 
		control = { province = 56 data = -1 } 
	}
	random = no 
	country = USA 
	name = "EVENTNAME70002" 
	desc = "EVENTHIST70002" 
	style = 4 
	date = { day = 1 month = january year = 1773 } #Happens during the Articles of Confederation Time Period# 
	offset = 0 
	deathdate = { day = 1 month = january year = 1819 } 
	
	action_a = { 
		name = "ACTIONNAME70002A" 
		command = { type = domestic which = centralization value = -1 }
		} 
	action_b = { 
		name = "ACTIONNAME70002B" 
		command = { type = domestic which = centralization value = 1 }
		command = { type = stability value = -1 }
		} 
} 

event = { 
	id = 70001 
	random = no 
	country = ENG
	name = "EVENTNAME70001" 
	desc = "EVENTHIST70001" 
	style = 4 
	action_a = { 
		name = "ACTIONNAME70001A" 
		command = { type = domestic which = aristocracy value = 1 } #Random population increase from the influx of refugees# 
		command = { type = population which = -1 value = 500 } 
		command = { type = population which = -1 value = 500 } 
		command = { type = population which = -1 value = 500 }  
	} 
} 
